home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / conv / AGMSFixText2.readme < prev    next >
Encoding:
Text File  |  1993-10-03  |  1.4 KB  |  31 lines

  1. Short: Alter line ends, removes ANSI & garbage.
  2. Type: util/conv
  3. Uploader: agmsmith@shell.Portal.com
  4. Author: agmsmith@BIX.com
  5.  
  6. What's it useful for?  Changing the line ends of text files so that
  7. they can be used on the Amiga (line feed), Macintosh (carriage return)
  8. or IBM PC (CRLF).  It doesn't need to be told what format the input is
  9. (it accepts any of them).
  10.  
  11. AGMSFixText was written as an exercise in making user interfaces, so
  12. you can use it from the command line or as a workbench program.  Both
  13. have lots of bells and whistles (about 95% of the program is user
  14. interface code).
  15.  
  16. There are some other useful text fixing features: AGMSFixText can be
  17. told to strip the high bit from the characters (sometimes a problem
  18. with various BBS and other services that set the high bit).  It can
  19. remove ANSI escape sequences.  Finally, it can remove all control
  20. characters (except tabs and line ends which get left in on purpose).
  21.  
  22. There isn't any documentation; it should be easy enough to use.
  23. AGMSFixText supports icon tooltypes (see the included icon or run
  24. AGMSFixText on itself to find likely tooltype strings), a ReadArgs
  25. command line (with extra help text if you know how to get it), the ASL
  26. file requester, hot keys, progress bar, shift-clicked icons (the first
  27. becomes the input and the second the output), font sensitivity (limited
  28. to Topaz sizes), descriptive error messages, and a few other things.
  29.  
  30. - Alex
  31.